1. Select the database you want to use (select the test database created in the previous article)The existing databaseMysql>use test;Select the test database;2. Create a table2.1column represents the name of each column, datatype represents the data
Constraints: Set criteria to limit the data that is filled into the table, or to set properties on the data for a column in a table (for example: not full, the settings fill in the data is not empty)Conditional filtering: Can be used to fill in a
Data | database | Grammar Select
Use:
Removes the specified column's data from the specified table
Grammar:
SELECT column_name (s) from table_name
Explain:
Select a row from the database and allow one or more columns or rows to be selected
SELECT StatementSELECT statements are used to filter data from a table. List results are stored in a result table (called Result-set)Grammar
SELECT column_name (s)From table_name
Note: The SELECT declaration is
The order by keyword is used for sorting results
---------------------------------Sort the rows
The order by clause is used to sort rows.Orders:
Company
Ordernumber
Sega
3412
ABC shop
5678
W3schools
231
Translation from w3schools (the level is limited and may be inaccurate in multiple scenarios, mainly for self-learning purposes)
SQL is a standard computer language used to access and operate databases.In this guide, you will learn how to use SQL to
Problem descriptionToday in the follow-up of the company's internal testing platform online problems, found a long-neglected problem.To simplify the description of the problem, it is abstracted.There is a data table Qms_branch, which contains a
xml| Server
XML can be generated on a server that does not have any XML controls installed.Storing XML on the serverThe XML file can be stored on your Internet server. The XML file can be stored on your Internet
If you want to reprint please specify the source http://blog.csdn.net/as645788Android app Development is over, a stable, basic function of the app has been delivered to the user! I had a conversation with my boss, and then I was ready to move to
To talk about these W3C languages or standards, they must all start with the HTML language. I am no exception, and because HTML is simple and easy to understand (of course, it is very difficult to extend it 10 years ago), for these Markup languages
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.